Skip to content

Build: Fix the new htmllint error regex #1950

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 10, 2021
Merged

Conversation

mgol
Copy link
Member

@mgol mgol commented Mar 9, 2021

Some bad pages are being detected as Catalan randomly which makes the build
fail. This is reproducible both locally & on Travis. PR gh-1949 added a new
regex to account for this error but it didn't escape parens properly so it's
not matching the problematic error message.

Ref gh-1949

I tested the new regex against the error reported in https://travis-ci.com/github/jquery/jquery-ui/jobs/489208911 and it's matching.

Some bad pages are being detected as Catalan randomly which makes the build
fail. This is reproducible both locally & on Travis. PR jquerygh-1949 added a new
regex to account for this error but it didn't escape parens properly so it's
not matching the problematic error message.

Ref jquerygh-1949
@mgol mgol added this to the 1.13 milestone Mar 9, 2021
@mgol mgol requested a review from fnagel March 9, 2021 22:35
@mgol mgol self-assigned this Mar 9, 2021
Copy link
Member

@fnagel fnagel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 by reading

@mgol mgol merged commit e31cf57 into jquery:main Mar 10, 2021
@mgol mgol deleted the htmllint-bad branch March 10, 2021 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants